home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Audio MIDI Setup.app / Contents / Resources / Japanese.lproj / Localizable.strings < prev   
Encoding:
Text (UTF-16)  |  2003-08-31  |  25.6 KB  |  281 lines

  1. /* Sample rate string which will end up looking like '44100.0Hz' for a given value of 44100.00000 */
  2. "%.1fHz" = "%.1fHz";
  3.  
  4. /* String indicating a particular entity (as specified by the '%@') is embedded */
  5. "%@ (embedded)" = "%@(埋め込み)";
  6.  
  7. /* MIDI Device tooltip describing: 'PORT in from DEVICE PORT' */
  8. "%@ in from %@ %@" = "%@(入力:%@ %@)";
  9.  
  10. /* MIDI Device tooltip describing 'PORT out to DEVICE PORT' */
  11. "%@ out to %@ %@" = "%@(出力:%@ %@)";
  12.  
  13. /* MIDI Property inspector window title, where \"%@\" is the name of the MIDI Device being inspected */
  14. "%@ Properties" = "%@ のプロパティ";
  15.  
  16. /* formatted string to be used when duplicating a MIDI Configuration (this will be the name of the duplicate) */
  17. "%@-copy" = "%@ のコピー";
  18.  
  19. /* String in OutputFormatPopUp in Speaker Configuration sheet indicating user wants to configure speakers for x.x surround */
  20. "%d.%d Surround" = "%d.%d サラウンド";
  21.  
  22. /* PopUpMenu audio format WITHOUT bit-depth description (ex: '6 ch-AC-3') */
  23. "%luch-%@" = "%luch-%@";
  24.  
  25. /* PopUpMenu audio format WITH bit-depth description and WITHOUT format(ex: '2 ch-16 bit') */
  26. "%luch-%lubit" = "%luch-%lu ビット";
  27.  
  28. /* PopUpMenu audio format WITH bit-depth description and WITH format (ex: '2 ch-16 bit-formatName') */
  29. "%luch-%lubit-%@" = "%luch-%lu ビット -%@";
  30.  
  31. /* ui string in MIDIPropertyWindow describing, of 16 channels, the the user can select. */
  32. "(max %lu)" = "(最大 %lu)";
  33.  
  34. /* Title of text to be dumped to clipboard which will contain the bundle information for the system's CoreAudio frameworks and bundles. */
  35. "* * * COREAUDIO SYSTEM PIECES VERSIONS LIST * * *\n\n" = "* * * CoreAudio システム構成要素のバージョンリスト * * *\n\n";
  36.  
  37. /* String to display in MIDIPropertyWindow's structure tab, in the 'port table' indicating there are currently no ports on the selected device */
  38. "< No Available Ports >" = "<利用可能なポートなし>";
  39.  
  40. /* Dialog text indicating the new name the user has chosen for the object is the same as another object's name.  Dialog requests user choose a different name */
  41. "A configuration with the name \"%@\" already exists.  Please choose a different name." = "“%@”という名前の設定はすでに存在します。別の名前を選んでください。";
  42.  
  43. /* particular audio format name */
  44. "Encoded Digital Audio" = "エンコードされたデジタルオーディオ";
  45.  
  46. /* Title of dialog sheet asking user if user wants to store changes made to the device */
  47. "Apply Changes to Current Device?" = "現在の装置に変更を適用しますか?";
  48.  
  49. /* self-explanatory */
  50. "Cancel" = "キャンセル";
  51.  
  52. /* Text to go in speaker-configuration button describing center speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  53. "center" = "センター";
  54.  
  55. /* Text to go in speaker-configuration button describing center-surround speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  56. "center\nsurround" = "センター\nサラウンド";
  57.  
  58. /* ClearConnections alert dialog title */
  59. "Clear All Connections" = "すべての接続を消去";
  60.  
  61. /* Text to display over icon button indicating that an icon browser will disappear if they press the button */
  62. "Close Icon Browser" = "アイコンブラウザを閉じる";
  63.  
  64. /* Dialog title indicating the new name the user has chosen for the object is the same as another object's name */
  65. "Configuration Exists" = "設定が存在します";
  66.  
  67. /* String to be used in MIDI Endpoint 'tooltips' indicating which device a particular endpoint is connected to  */
  68. "connected to:" = "接続先:";
  69.  
  70. /* MIDI Device tooltip string describing connections to a particular device */
  71. "Connections:" = "接続数:";
  72.  
  73. /* String in MIDIPropertyWindow's structure tab describing the port for which the user is setting the connection configuration */
  74. "Connectors for %@:" = "“%@”のコネクタ:";
  75.  
  76. /* String to display for clock source of an audio device that does not publish what its clock source is */
  77. "Default" = "デフォルト";
  78.  
  79. /* DeleteDialog title asking if user is certain user wants to delete configuration */
  80. "Delete Configuration" = "設定を削除";
  81.  
  82. /* Title of alert panel brought up when user views the speaker configuration of a device that has a 'custom' (i.e., not AudioMIDISetup created) speaker configuration. */
  83. "Device Has Custom Configuration" = "装置にカスタム設定があります";
  84.  
  85. /* Message in alert panel brought up when user tries to apply a speaker configuration that does not have all of its speakers map to unique channels. */
  86. "Each speaker must be connected to a different channel on your audio device.  Please change the routing so that each speaker is connected to a different channel." = "各スピーカは、オーディオ装置の別々のチャンネルに接続する必要があります。各スピーカが別々のチャンネルに接続されるようにルーティングを変更してください。";
  87.  
  88. /* item in configuration menu in MIDI Devices panel that will open a sheet allowing user to edit user's MIDI configurations */
  89. "Edit Configurations..." = "設定を編集...";
  90.  
  91. /* Title for empty MIDI inspector window */
  92. "Empty Inspector" = "空のインスペクタ";
  93.  
  94. /* the name of the generic set of MIDI icons provided by the system.  In the filesystem this directory is actually named 'Generic' so this MUST be 'Generic' in English */
  95. "Generic" = "一般設定";
  96.  
  97. /* text describing geometric speaker configurations (e.g.: quadraphonic, hexagonal, octagonal, etc...) */
  98. "Geometric" = "幾何学的";
  99.  
  100. /* one of the geometric speaker configurations */
  101. "Hexagonal" = "6 チャンネル";
  102.  
  103. /* name of ports created on the IAC MIDI Driver in the MIDI Property Window's port construction UI */
  104. "IAC Bus %d" = "IAC バス %d";
  105.  
  106. /* particular audio format name */
  107. "IEC1937 Compressed Data (Constant Bitrate)" = "IEC1937 圧縮データ(固定ビットレート)";
  108.  
  109. /* particular audio format name */
  110. "IMA 4:1 ADPCM" = "IMA 4:1 ADPCM";
  111.  
  112. /* text to display in audio panel when the selected audio device does not support input */
  113. "Input is not supported" = "入力が対応していません";
  114.  
  115. /* Dialog text indicating user has entered an invalid System Exclusive value */
  116. "Invalid SysEx Value" = "SysEx 値が無効です";
  117.  
  118. /* Text to go in speaker-configuration button describing left-rear-surround speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  119. "left rear\nsurround" = "左リア\nサラウンド";
  120.  
  121. /* Text to go in speaker-configuration button describing left-front speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  122. "left\nfront" = "左\nフロント";
  123.  
  124. /* Text to go in speaker-configuration button describing left-surround speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  125. "left\nsurround" = "左\nサラウンド";
  126.  
  127. /* Label text on MIDI Property inspector window indicating user will see less information if user presses associated button */
  128. "Less Information" = "簡易表示";
  129.  
  130. /* particular audio format name */
  131. "Linear PCM" = "リニア PCM";
  132.  
  133. /* UI display string as panel is loading */
  134. "Loading..." = "ロード中...";
  135.  
  136. /* Label for Master channel.  Should be no more than 1 or 2 characters wide, as it's in a tight space in the UI. */
  137. "M" = "M";
  138.  
  139. /* String for Stream PopUp menu in AudioPanel indicating that this is the device's master stream */
  140. "Master Stream" = "マスターストリーム";
  141.  
  142. /* String to display in the MIDI setup view when no MIDI devices are found in the system */
  143. "MIDI Setup Is Empty" = "MIDI 設定が空です";
  144.  
  145. /* Label text on MIDI Property inspector window indicating user will see more information if user presses associated button */
  146. "More Information" = "詳細表示";
  147.  
  148. /* particular audio format name */
  149. "MPEG-1/MPEG-2 (Variable Bitrate)" = "MPEG-1/MPEG-2(可変ビットレート)";
  150.  
  151. /* particular audio format name */
  152. "MPEG-4 AAC" = "MPEG-4 AAC";
  153.  
  154. /* particular audio format name */
  155. "MPEG-4 CELP" = "MPEG-4 CELP";
  156.  
  157. /* particular audio format name */
  158. "MPEG-4 HVXC" = "MPEG-4 HVXC";
  159.  
  160. /* particular audio format name */
  161. "MPEG-4 TwinVQ" = "MPEG-4 TwinVQ";
  162.  
  163. /* particular audio format name */
  164. "Music Stream Events" = "ミュージックストリームイベント";
  165.  
  166. /* Text to indicate that this particular control is not applicable */
  167. "n/a" = "—";
  168.  
  169. /* item in configuration menu in MIDI Devices panel that will open a sheet allowing user to create a new MIDI configuration */
  170. "New Configuration..." = "新規設定...";
  171.  
  172. /* name given to new external MIDI device objects in the MIDI Devices view */
  173. "new external device" = "新しい外部装置";
  174.  
  175. /* Name given to newly created ports in MIDI Property Window's structure pane */
  176. "New Port" = "新規ポート";
  177.  
  178. /* self-explanatory */
  179. "No" = "いいえ";
  180.  
  181. /* Message in empty MIDI Device inspector window */
  182. "No Device Selected" = "装置が選択されていません";
  183.  
  184. /* String to display when no audio devices are present in the system */
  185. "No Devices" = "装置がありません";
  186.  
  187. /* String to display in the icon view when no icons were found in a particular manufacturer's icon subdirectory */
  188. "No icons found in this set" = "このセットにはアイコンがありません";
  189.  
  190. /* String for Stream PopUp menu in AudioPanel indicating that this is a non-interleaved device */
  191. "Non-Interleaved Device" = "非インターリーブ装置";
  192.  
  193. /* Indicate in a pop-up menu that there are no options. */
  194. "None" = "なし";
  195.  
  196. /* one of the geometric speaker configurations */
  197. "Octagonal" = "8 チャンネル";
  198.  
  199. /* self-explanatory */
  200. "OK" = "OK";
  201.  
  202. /* Text to display over icon button indicating that an icon browser will appear if they press the button */
  203. "Open Icon Browser" = "アイコンブラウザを開く";
  204.  
  205. /* text to display in audio panel when the selected audio device does not support output */
  206. "Output is not supported" = "出力が対応していません";
  207.  
  208. /* Title of alert panel brought up when user tries to apply a speaker configuration that does not have all of its speakers map to unique channels. */
  209. "Overlapping Channels" = "チャンネルが重複しています";
  210.  
  211. /* case-insensitive string to compare with for MIDI port names (there is a localized string that this needs to match with, including the space, in this file that is the port default name.  In English it's 'Port 1' */
  212. "port " = "ポート ";
  213.  
  214. /* Default name for newly-added-MIDI-device's port */
  215. "Port 1" = "ポート 1";
  216.  
  217. /* String to display in MIDI Property Window's 'Properties' tab for the case indicated in the string.  Localizer: please keep the 2-line structure */
  218. "Properties cannot be\nedited on MIDI interfaces" = "MIDI インタフェースでは\nプロパティを編集できません";
  219.  
  220. /* one of the geometric speaker configurations */
  221. "Quadraphonic" = "4 チャンネル";
  222.  
  223. /* Text to go in speaker-configuration button describing right-rear-surround speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  224. "right rear\nsurround" = "右リア\nサラウンド";
  225.  
  226. /* Text to go in speaker-configuration button describing right-front speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  227. "right\nfront" = "右\nフロント";
  228.  
  229. /* Text to go in speaker-configuration button describing right-surround speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  230. "right\nsurround" = "右\nサラウンド";
  231.  
  232. /* Text to go in speaker-configuration button describing generic speaker */
  233. "speaker" = "スピーカ";
  234.  
  235. /* String in OutputFormatPopUp in Speaker Configuration sheet indicating user wants to configure speakers for stereo output */
  236. "Stereo Output" = "ステレオ出力";
  237.  
  238. /* PopUp menu item indicating which stream user is working with */
  239. "Stream %lu" = "ストリーム %lu";
  240.  
  241. /* String Template for stream list describing the channel-composition of an audio stream */
  242. "Stream %lu has %lu channels (%lu-%lu)" = "ストリーム %lu には %lu チャンネル(%lu 〜 %lu)が含まれています";
  243.  
  244. /* Text to go in speaker-configuration button describing sub-woofer speaker.  Each of these labels has tight space constraints, so please keep the newline ('\n') character. */
  245. "sub-\nwoofer" = "サブ\nウーファー";
  246.  
  247. /* text describing surround speaker configurations (e.g.: 5.1 surround, 6.1 surround, etc...) */
  248. "Surround" = "サラウンド";
  249.  
  250. /* Text displayed at top of speaker configuration panel indicating stream format of selected audio device. */
  251. "The %@ has %lu channels in %d streams:" = "%@ には %d ストリーム内に %lu チャンネル含まれています:";
  252.  
  253. /* Alert message indicating the user-entered system-exclusive value is invalid */
  254. "There was an error applying the new system exclusive value.  Please choose an integer value between 0 and 127." = "新しいシステムの排他値の適用でエラーが発生しました。0 から 127 までの整数を選んでください。";
  255.  
  256. /* Message in alert panel brought up when user views the speaker configuration of a device that has a 'custom' (i.e., not AudioMIDISetup created) speaker configuration. */
  257. "This device has a custom speaker configuration installed.  Applying a new configuration will irretrievably overwrite the device's custom configuration." = "この装置には、カスタムスピーカ設定がインストールされています。新しい設定を適用すると、装置のカスタム設定が上書きされ、復元できなくなります。";
  258.  
  259. /* particular audio format name */
  260. "Time Code Data" = "タイムコードデータ";
  261.  
  262. /* String to display when the audio device of interest is unknown */
  263. "Unknown device" = "不明な装置";
  264.  
  265. /* Default name for new MIDI studio configurations */
  266. "Untitled" = "名称未設定";
  267.  
  268. /* self-explanatory */
  269. "Yes" = "はい";
  270.  
  271. /* ClearConnections alert dialog text */
  272. "You cannot undo this action.  Are you sure you want to clear all connections?" = "この操作は取り消せません。すべての接続を消去してもよろしいですか?";
  273.  
  274. /* DeleteDialog text asking user if user is certain user wants to delete configuration */
  275. "You cannot undo this action.  Are you sure you want to delete the selected configuration?" = "この操作は取り消せません。選択した設定を削除してもよろしいですか?";
  276.  
  277. /* Description string of dialog sheet asking user if user wants to store changes made to the device */
  278. "You have made changes to the current device.  Do you want to apply these changes?" = "現在の装置に変更を加えました。変更を適用しますか?";
  279.  
  280.